home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / idccom12.arc / IDCDOOR1.BAT < prev    next >
DOS Batch File  |  1990-10-27  |  657b  |  21 lines

  1. ECHO OFF
  2. REM
  3. REM     This is an example of how to structure the IDCDOORx.BAT files
  4. REM     for the door system in IDCCOM. There may be as many as 10
  5. REM     IDCDOORx.BAT files, where x can range from 0 - 9
  6. REM
  7. REM in the CTTY line below, you may either use COM%1 and the %1 will
  8. REM be replaced with the correct COM port number at run time, or
  9. REM you may replace the line with CTTY IDCDOS if you have loaded the
  10. REM REDIRECT.SYS device driver in your CONFIG.SYS file. See REDIRECT.DOC
  11. REM file for complete instructions.
  12. REM
  13. CTTY COM%1
  14. echo %1
  15. ECHO            THIS IS DOOR NUMBER 1
  16. PAUSE
  17. REM
  18. ECHO            INSERT PROGRAM NAME TO RUN HERE
  19. REM
  20. CTTY CON
  21.